home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
let_it_f.swf
/
scripts
/
DefineSprite_800
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-11-12
|
205 b
|
12 lines
this.onEnterFrame = function()
{
if(_root.water_is_flowing == true)
{
this.gotoAndStop(50);
}
else
{
this.gotoAndStop(Math.round(_root.amountpumped / 2) + 1);
}
};